home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TADDICTSPELLDIALOG / TADDICTSPELLDIALOG.txt
Encoding:
Text File  |  1999-05-28  |  3.8 KB  |  206 lines

  1. object AddictSpellDialog: TAddictSpellDialog
  2.   Left = 241
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spell Check'
  7.   ClientHeight = 157
  8.   ClientWidth = 386
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ErrorLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 53
  21.     Height = 13
  22.     Caption = 'Not Found:'
  23.     FocusControl = NotFound
  24.   end
  25.   object ActionLabel: TLabel
  26.     Left = 8
  27.     Top = 32
  28.     Width = 68
  29.     Height = 13
  30.     Caption = '&Replace With:'
  31.     FocusControl = WordEdit
  32.   end
  33.   object SuggestLabel: TLabel
  34.     Left = 8
  35.     Top = 57
  36.     Width = 61
  37.     Height = 13
  38.     Caption = '&Suggestions:'
  39.     FocusControl = SuggestBox
  40.   end
  41.   object NotFound: TEdit
  42.     Left = 96
  43.     Top = 8
  44.     Width = 281
  45.     Height = 21
  46.     HelpContext = 912
  47.     ReadOnly = True
  48.     TabOrder = 6
  49.   end
  50.   object WordEdit: TEdit
  51.     Left = 96
  52.     Top = 32
  53.     Width = 121
  54.     Height = 21
  55.     HelpContext = 913
  56.     TabOrder = 7
  57.   end
  58.   object SuggestBox: TListBox
  59.     Left = 96
  60.     Top = 56
  61.     Width = 121
  62.     Height = 97
  63.     HelpContext = 914
  64.     ItemHeight = 13
  65.     TabOrder = 8
  66.   end
  67.   object ChangeAll: TButton
  68.     Left = 224
  69.     Top = 32
  70.     Width = 75
  71.     Height = 22
  72.     HelpContext = 900
  73.     Caption = '&Change All'
  74.     Enabled = False
  75.     TabOrder = 0
  76.     OnClick = ChangeAllClick
  77.   end
  78.   object Change: TButton
  79.     Left = 304
  80.     Top = 32
  81.     Width = 75
  82.     Height = 22
  83.     HelpContext = 901
  84.     Caption = 'C&hange'
  85.     Enabled = False
  86.     TabOrder = 1
  87.     OnClick = ChangeClick
  88.   end
  89.   object IgnoreAll: TButton
  90.     Left = 224
  91.     Top = 56
  92.     Width = 75
  93.     Height = 22
  94.     HelpContext = 902
  95.     Caption = '&Ignore All'
  96.     Enabled = False
  97.     TabOrder = 2
  98.     OnClick = IgnoreAllClick
  99.   end
  100.   object Ignore: TButton
  101.     Left = 304
  102.     Top = 56
  103.     Width = 75
  104.     Height = 22
  105.     HelpContext = 903
  106.     Caption = 'I&gnore'
  107.     Enabled = False
  108.     TabOrder = 3
  109.     OnClick = IgnoreClick
  110.   end
  111.   object Add: TButton
  112.     Left = 224
  113.     Top = 80
  114.     Width = 75
  115.     Height = 22
  116.     HelpContext = 904
  117.     Caption = '&Add'
  118.     Enabled = False
  119.     TabOrder = 4
  120.     OnClick = AddClick
  121.   end
  122.   object AutoCorrect: TButton
  123.     Left = 304
  124.     Top = 80
  125.     Width = 75
  126.     Height = 22
  127.     HelpContext = 905
  128.     Caption = 'Au&to-Correct'
  129.     Enabled = False
  130.     TabOrder = 5
  131.     OnClick = AutoCorrectClick
  132.   end
  133.   object Help: TButton
  134.     Left = 224
  135.     Top = 131
  136.     Width = 75
  137.     Height = 22
  138.     Caption = 'Hel&p'
  139.     TabOrder = 13
  140.     OnClick = HelpClick
  141.   end
  142.   object Options: TButton
  143.     Left = 8
  144.     Top = 131
  145.     Width = 75
  146.     Height = 22
  147.     HelpContext = 909
  148.     Caption = '&Options'
  149.     TabOrder = 12
  150.     OnClick = OptionsClick
  151.   end
  152.   object Start: TButton
  153.     Left = 8
  154.     Top = 83
  155.     Width = 75
  156.     Height = 22
  157.     HelpContext = 907
  158.     Caption = 'Start'
  159.     Enabled = False
  160.     TabOrder = 10
  161.     OnClick = StartClick
  162.   end
  163.   object Cancel: TBitBtn
  164.     Left = 304
  165.     Top = 131
  166.     Width = 75
  167.     Height = 22
  168.     HelpContext = 911
  169.     TabOrder = 14
  170.     OnClick = CancelClick
  171.     Kind = bkCancel
  172.   end
  173.   object UndoLast: TButton
  174.     Left = 8
  175.     Top = 107
  176.     Width = 75
  177.     Height = 22
  178.     HelpContext = 908
  179.     Caption = 'Undo &Last'
  180.     Enabled = False
  181.     TabOrder = 11
  182.     OnClick = UndoLastClick
  183.   end
  184.   object Suggest: TButton
  185.     Left = 8
  186.     Top = 59
  187.     Width = 75
  188.     Height = 22
  189.     HelpContext = 906
  190.     Caption = 'S&uggest'
  191.     Enabled = False
  192.     TabOrder = 9
  193.     OnClick = SuggestClick
  194.   end
  195.   object DC: TDialogControl
  196.     WordEdit = WordEdit
  197.     Suggestions = SuggestBox
  198.     OnChangeEnabled = DC1ChangeEnabled
  199.     OnChangeVisible = DC1ChangeVisible
  200.     OnGetCaption = DC1GetCaption
  201.     OnSetCaption = DC1SetCaption
  202.     OnResize = DCResize
  203.     Left = 352
  204.   end
  205. end
  206.